projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15d3d22
)
fix xcsv RECORD_DELIMITER CR. (#1282)
author
tsteven4
<13596209+tsteven4@users.noreply.github.com>
Mon, 20 May 2024 14:12:52 +0000
(08:12 -0600)
committer
GitHub
<noreply@github.com>
Mon, 20 May 2024 14:12:52 +0000
(08:12 -0600)
xcsv.cc
patch
|
blob
|
history
diff --git
a/xcsv.cc
b/xcsv.cc
index f42a4effa4ca1062263648775e9b9b49ef2e0189..b655b108788e12121801e1ad0dac8a58781879e8 100644
(file)
--- a/
xcsv.cc
+++ b/
xcsv.cc
@@
-167,7
+167,7
@@
const QHash<QString, QString> XcsvStyle::xcsv_char_table {
{ "COLON", ":" },
{ "SEMICOLON", ";" },
{ "NEWLINE", "\n" },
- { "CR", "\
n
" },
+ { "CR", "\
r
" },
{ "CRNEWLINE", "\r\n" },
{ "TAB", "\t" },
{ "SPACE", " " },